inherited DirAlignWithItemDialog: TDirAlignWithItemDialog Left = 452 Top = 356 HelpType = htKeyword HelpKeyword = 'Folder_Compare_Alignment' BorderIcons = [biSystemMenu, biHelp] Caption = 'Alignment Override' ClientHeight = 199 ClientWidth = 337 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object FindTextLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = '&Align left file (or folder):' FocusControl = FindTextEdit end object ReplaceTextLbl: TUiLabel Left = 8 Top = 48 Height = 13 Caption = '&with right file (or folder):' FocusControl = ReplaceTextEdit end object PathMaskLbl: TUiLabel Left = 8 Top = 122 Height = 13 Caption = '&Limit to this folder:' FocusControl = PathMaskEdit end object FindTextEdit: TUiEdit Left = 8 Top = 24 Width = 321 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick end object ReplaceTextEdit: TUiEdit Left = 8 Top = 64 Width = 321 Height = 21 TabOrder = 1 OnChange = SomethingChangedClick end object IsRegExpEdit: TUiCheckBox Left = 8 Top = 91 Height = 17 Caption = 'Regular e&xpression' TabOrder = 2 OnClick = SomethingChangedClick end object PathMaskEdit: TUiEdit Left = 8 Top = 139 Width = 321 Height = 21 TabOrder = 3 end object OkBtn: TUiButton Left = 176 Top = 167 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object CancelBtn: TUiButton Left = 256 Top = 167 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end end